home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Shopper 2005 October
/
Computer Shopper 2005 October.iso
/
Toolkit
/
Internet
/
HTTrack
/
httrack-3.33.exe
/
{app}
/
src_win
/
libhttrack
/
libhttrack.cpp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2002-10-29
|
269 b
|
14 lines
// libhttrack.cpp : Defines the entry point for the DLL application.
//
#include "stdafx.h"
BOOL APIENTRY DllMain( HANDLE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved
)
{
return TRUE;
}